-- card: 10387 from stack: in -- bmap block id: 11109 -- flags: 0000 -- background id: 9949 -- name: Calculating percentages -- part 12 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=454 top=37 right=52 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Total Points -- part 13 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=53 top=60 right=72 bottom=82 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Period -- part 14 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=111 top=60 right=72 bottom=198 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Class -- part 26 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=18 top=0 right=22 bottom=45 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to first card end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=47 top=0 right=19 bottom=72 -- title width / last selected line: 0 -- icon id / first selected line: 15972 / 15972 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Attendance ----- HyperTalk script ----- On MouseUp put char 1 of word 1 of field "name" into temp put temp & word 2 of field "name" into studentname put studentname & "Attendance" into studentname go to card studentname end MouseUp -- part 28 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=113 top=0 right=35 bottom=142 -- title width / last selected line: 0 -- icon id / first selected line: 1004 / 1004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Get Assignment ----- HyperTalk script ----- on mouseUp get selection put it into cardname go to card cardname of LessonPlan end mouseUp -- part 29 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=134 top=78 right=236 bottom=396 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 31 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=200 top=2 right=24 bottom=300 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Back to menu ----- HyperTalk script ----- on mouseUp go to first card end mouseUp -- part contents for background part 58 ----- text ----- -- part contents for background part 61 ----- text ----- 0 -- part contents for background part 62 ----- text ----- 0 -- part contents for card part 12 ----- text ----- 0 -- part contents for background part 56 ----- text ----- -- part contents for card part 29 ----- text ----- To calculate a student's percentage, simply click on the blank space to the right of the word "Percentage" in the upper right hand corner of the student's Grade card. The total points a student has earned, as well as the points possible, will be calculated and displayed along with the updated percentage.